jade.content.abs
Class AbsContentElement

java.lang.Object
  |
  +--jade.content.abs.AbsObject
        |
        +--jade.content.abs.AbsContentElement
Direct Known Subclasses:
AbsContentElementList, AbsGenericAction, AbsProposition

public class AbsContentElement
extends AbsObject

Author:
Federico Bergenti - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
AbsContentElement(java.lang.String name)
          Constructor.
 
Methods inherited from class jade.content.abs.AbsObject
dump, dump, getAbsObject, getCount, getNames, getTypeName, isGrounded, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsContentElement

public AbsContentElement(java.lang.String name)
Constructor.
Parameters:
name - name of the content element.